home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / WorkTime 4.14 / worktime.exe / install_script.iss
Text File  |  2008-11-06  |  9KB  |  167 lines

  1. ;InnoSetupVersion=5.1.10
  2.  
  3. [Setup]
  4. AppName=WorkTime
  5. AppVerName=WorkTime Trial version 4.14
  6. AppId=WORKTIME4
  7. AppVersion=4.14
  8. AppPublisher=NesterSoft Inc.
  9. AppPublisherURL=http://www.nestersoft.com/worktime
  10. AppSupportURL=http://www.nestersoft.com/worktime/support.shtml
  11. AppUpdatesURL=http://www.nestersoft.com/worktime
  12. AppMutex=WorkTime, Global\WorkTime
  13. DefaultDirName={pf}\WorkTime
  14. DefaultGroupName=WorkTime
  15. UninstallDisplayIcon={app}\worktime.exe
  16. UninstallDisplayName=WorkTime Trial
  17. OutputBaseFilename=worktime_
  18. Compression=lzma
  19. AllowNoIcons=yes
  20. LicenseFile=embedded\License.txt
  21. WizardImageFile=embedded\WizardImage0.bmp
  22. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  23.  
  24. [Files]
  25. Source: "{app}\WorkTime.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\ActivityMon.dll"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\gbak.exe"; DestDir: "{app}"; 
  28. Source: "{app}\gds32.dll"; DestDir: "{app}"; 
  29. Source: "{app}\fbclient.dll"; DestDir: "{app}"; 
  30. Source: "{app}\firebird.msg"; DestDir: "{app}"; 
  31. Source: "{app}\firebird.conf"; DestDir: "{app}"; 
  32. Source: "{app}\license.txt"; DestDir: "{app}"; 
  33. Source: "{app}\history.txt"; DestDir: "{app}"; 
  34. Source: "{app}\WorkTime.chm"; DestDir: "{app}"; Flags: ignoreversion 
  35. Source: "{app}\worktime.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  36. Source: "{app}\wt4hidden.bat"; DestDir: "{app}"; 
  37. Source: "{app}\Reports\web_log.ini"; DestDir: "{app}\Reports"; 
  38. Source: "{app}\Lang\chinese.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  39. Source: "{app}\Lang\english.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  40. Source: "{app}\Lang\french.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  41. Source: "{app}\Lang\italian.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  42. Source: "{app}\Lang\polish.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  43. Source: "{app}\Lang\russian.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  44. Source: "{app}\Lang\spanish.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  45. Source: "{commonappdata}\NesterSoft\WorkTime\worktime.ini"; DestDir: "{commonappdata}\NesterSoft\WorkTime"; MinVersion: 5.0,5.0; Flags: onlyifdoesntexist 
  46. Source: "{commonappdata}\NesterSoft\WorkTime\stat.ini"; DestDir: "{commonappdata}\NesterSoft\WorkTime"; MinVersion: 5.0,5.0; Flags: onlyifdoesntexist 
  47. Source: "{commonappdata}\NesterSoft\WorkTime\db\WT4.GDB"; DestDir: "{commonappdata}\NesterSoft\WorkTime\db"; MinVersion: 5.0,5.0; Flags: onlyifdoesntexist 
  48. Source: "{commonappdata}\NesterSoft\WorkTime\db\db_update.ini"; DestDir: "{commonappdata}\NesterSoft\WorkTime\db"; MinVersion: 5.0,5.0; 
  49. Source: "{app}\worktime.ini"; DestDir: "{app}"; OnlyBelowVersion: 5.0,5.0; Flags: onlyifdoesntexist 
  50. Source: "{app}\stat.ini"; DestDir: "{app}"; OnlyBelowVersion: 5.0,5.0; Flags: onlyifdoesntexist 
  51. Source: "{app}\db\WT4.GDB"; DestDir: "{app}\db"; OnlyBelowVersion: 5.0,5.0; Flags: onlyifdoesntexist 
  52. Source: "{app}\db\db_update.ini"; DestDir: "{app}\db"; OnlyBelowVersion: 5.0,5.0; 
  53. Source: "{app}\msvcp60.dll"; DestDir: "{app}"; 
  54.  
  55. [Dirs]
  56. Name: "{commonappdata}\NesterSoft\WorkTime"; 
  57.  
  58. [Registry]
  59. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "WorkTime"; ValueType: String; ValueData: "{app}\worktime.exe"; Tasks: AutoStart\user; Flags: uninsdeletevalue 
  60. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "WorkTime"; ValueType: String; ValueData: "{app}\worktime.exe"; Tasks: AutoStart\common; Flags: uninsdeletevalue 
  61.  
  62. [Run]
  63. Filename: "{app}\worktime.exe"; Description: "Run WorkTime"; Flags: skipifdoesntexist postinstall nowait
  64.  
  65. [Icons]
  66. Name: "{group}\WorkTime"; Filename: "{app}\WorkTime.exe"; WorkingDir: "{app}"; 
  67. Name: "{group}\WorkTime Help"; Filename: "{app}\WorkTime.chm"; WorkingDir: "{app}"; 
  68. Name: "{userdesktop}\WorkTime"; Filename: "{app}\WorkTime.exe"; Tasks: desktopicon; 
  69.  
  70. [Tasks]
  71. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  72. Name: "AutoStart"; Description: "&Launch WorkTime automatically with Windows"; GroupDescription: "Auto Launch:"; 
  73. Name: "AutoStart\common"; Description: "For all users"; GroupDescription: "Auto Launch:"; 
  74. Name: "AutoStart\user"; Description: "For the current user only"; GroupDescription: "Auto Launch:"; 
  75.  
  76. [UninstallDelete]
  77. Type: files; Name: "{app}\instname.txt"; 
  78. Type: files; Name: "{app}\key.txt"; 
  79. Type: files; Name: "{app}\win_state.ini"; 
  80. Type: files; Name: "{app}\we.url"; 
  81. Type: filesandordirs; Name: "{app}\db"; 
  82. Type: filesandordirs; Name: "{app}\dbbackup"; 
  83. Type: filesandordirs; Name: "{app}\dbsave"; 
  84. Type: filesandordirs; Name: "{app}\log"; 
  85. Type: filesandordirs; Name: "{app}\offline"; 
  86. Type: filesandordirs; Name: "{app}\temp"; 
  87. Type: filesandordirs; Name: "{app}\tempdata"; 
  88. Type: dirifempty; Name: "{app}"; 
  89. Type: filesandordirs; Name: "{commonappdata}\NesterSoft\WorkTime"; 
  90. Type: dirifempty; Name: "{commonappdata}\NesterSoft"; 
  91.  
  92. [CustomMessages]
  93. en.NameAndVersion=%1 version %2
  94. en.AdditionalIcons=Additional icons:
  95. en.CreateDesktopIcon=Create a &desktop icon
  96. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  97. en.ProgramOnTheWeb=%1 on the Web
  98. en.UninstallProgram=Uninstall %1
  99. en.LaunchProgram=Launch %1
  100. en.AssocFileExtension=&Associate %1 with the %2 file extension
  101. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  102. french.NameAndVersion=%1 version %2
  103. french.AdditionalIcons=Ic⌠nes supplΘmentaires :
  104. french.CreateDesktopIcon=CrΘer une ic⌠ne sur le &Bureau
  105. french.CreateQuickLaunchIcon=CrΘer une ic⌠ne dans la barre de &Lancement rapide
  106. french.ProgramOnTheWeb=Page d'accueil de %1
  107. french.UninstallProgram=DΘsinstaller %1
  108. french.LaunchProgram=ExΘcuter %1
  109. french.AssocFileExtension=&Associer %1 avec l'extension de fichier %2
  110. french.AssocingFileExtension=Associe %1 avec l'extension de fichier %2...
  111. italian.NameAndVersion=%1 versione %2
  112. italian.AdditionalIcons=Icone aggiuntive:
  113. italian.CreateDesktopIcon=Crea un'icona sul &desktop
  114. italian.CreateQuickLaunchIcon=Crea un'icona nella barra &Avvio veloce
  115. italian.ProgramOnTheWeb=%1 sul Web
  116. italian.UninstallProgram=Disinstalla %1
  117. italian.LaunchProgram=Avvia %1
  118. italian.AssocFileExtension=&Associa l'estensione %2 a %1
  119. italian.AssocingFileExtension=Associazione dell'estensione %2 a %1 in corso...
  120. polish.NameAndVersion=%1 wersja %2
  121. polish.AdditionalIcons=Dodatkowe ikony:
  122. polish.CreateDesktopIcon=Utw≤rz ikonΩ na &pulpicie
  123. polish.CreateQuickLaunchIcon=Utw≤rz ikonΩ na pasku &szybkiego uruchamiania
  124. polish.ProgramOnTheWeb=Strona WWW programu %1
  125. polish.UninstallProgram=Deinstalacja programu %1
  126. polish.LaunchProgram=Uruchom program %1
  127. polish.AssocFileExtension=&Przypisz program %1 do rozszerzenia pliku %2
  128. polish.AssocingFileExtension=Przypisywanie programu %1 do rozszerzenia pliku %2...
  129. russian.NameAndVersion=%1, Γσ≡±Φ  %2
  130. russian.AdditionalIcons=─ε∩εδφΦ≥σδⁿφ√σ τφα≈ΩΦ:
  131. russian.CreateDesktopIcon=╤ετΣα≥ⁿ τφα≈εΩ φα &╨αßε≈σ∞ ±≥εδσ
  132. russian.CreateQuickLaunchIcon=╤ετΣα≥ⁿ τφα≈εΩ Γ &╧αφσδΦ ß√±≥≡επε τα∩≤±Ωα
  133. russian.ProgramOnTheWeb=╤αΘ≥ %1 Γ ╚φ≥σ≡φσ≥σ
  134. russian.UninstallProgram=─σΦφ±≥αδδΦ≡εΓα≥ⁿ %1
  135. russian.LaunchProgram=╟α∩≤±≥Φ≥ⁿ %1
  136. russian.AssocFileExtension=╤Γ& τα≥ⁿ %1 ± ⌠αΘδα∞Φ, Φ∞σ■∙Φ∞Φ ≡α±°Φ≡σφΦσ %2
  137. russian.AssocingFileExtension=╤Γ τ√ΓαφΦσ %1 ± ⌠αΘδα∞Φ %2...
  138. spanish.NameAndVersion=%1 versi≤n %2
  139. spanish.AdditionalIcons=Iconos adicionales:
  140. spanish.CreateDesktopIcon=Crear un atajo en el &Escritorio
  141. spanish.CreateQuickLaunchIcon=Crear un icono de acceso &rßpido
  142. spanish.ProgramOnTheWeb=%1 en la Web
  143. spanish.UninstallProgram=Eliminar %1
  144. spanish.LaunchProgram=Ejecutar %1
  145. spanish.AssocFileExtension=&Asociar %1 con la extensi≤n de archivo %2
  146. spanish.AssocingFileExtension=Asociar %1 con la extensi≤n de archivo %2...
  147. chinese.NameAndVersion=%1 ░µ▒╛ %2
  148. chinese.AdditionalIcons=╕╜╝╙═╝▒Ω:
  149. chinese.CreateDesktopIcon=╘┌╫└├µ┤┤╜¿═╝▒Ω(&d)
  150. chinese.CreateQuickLaunchIcon=╘┌┐∞╜▌╞⌠╢»└╕┤┤╜¿═╝▒Ω(&Q)
  151. chinese.ProgramOnTheWeb=═°┬τ╔╧╡─ %1
  152. chinese.UninstallProgram=╨╢╘╪ %1
  153. chinese.LaunchProgram=╘╦╨╨ %1
  154. chinese.AssocFileExtension=╜½ %1 ╙δ└⌐╒╣├√ %2 ┴¼╜╙(&A)
  155. chinese.AssocingFileExtension=╒²╘┌╜½ %1 ╙δ└⌐╒╣├√ %2 ┴¼╜╙...
  156.  
  157. [Languages]
  158. ; These files are stubs
  159. ; To achieve better results after recompilation, use the real language files
  160. Name: "en"; MessagesFile: "embedded\en.isl"; 
  161. Name: "french"; MessagesFile: "embedded\french.isl"; 
  162. Name: "italian"; MessagesFile: "embedded\italian.isl"; 
  163. Name: "polish"; MessagesFile: "embedded\polish.isl"; 
  164. Name: "russian"; MessagesFile: "embedded\russian.isl"; 
  165. Name: "spanish"; MessagesFile: "embedded\spanish.isl"; 
  166. Name: "chinese"; MessagesFile: "embedded\chinese.isl"; 
  167.